home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000068_news@columbia.edu_Fri Apr 7 16:54:47 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03657
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 7 Apr 1995 12:54:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA24100
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 7 Apr 1995 12:54:54 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Set Key and LInux ckermit
  9. Date: 7 Apr 1995 16:54:47 GMT
  10. Organization: Columbia University
  11. Lines: 11
  12. Message-Id: <3m3qon$ngv@apakabar.cc.columbia.edu>
  13. References: <1995Apr6.125844.22119@mercury.ncat.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Apr6.125844.22119@mercury.ncat.edu>,
  18.  <hkennedy@mercury.ncat.edu> wrote:
  19. >I tried setting the function keys with linux ckermit, but all the function
  20. >keys return two codes \27\xx. What happens is that set key won't take the
  21. >function keys. Is there a work around this situation?
  22. >
  23. UNIX (including Linux) C-Kermit does not have direct access to BIOS-level
  24. scan codes.  So if you want to map F keys and other non-character keys,
  25. you have to do it outside of Kermit.
  26.  
  27. - Frank